
.continualStyle {
    overflow: hidden;
    position: absolute;
    max-height: 1px;
}


.expansionStyle {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

body {
    background-color: #fff;
    padding: 0;
    margin: auto;
    font-family: å¾®è½¯é›…é»‘;
}

a {
    color: #333;
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #97c328;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.bottom {
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
    text-align: center;
    background-color: #999;
    color: #fff;
    height: 100px;
    display: table;
}

.bottom span {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .bottom span {
        font-size: 12px;
    }
}

/* é¡¶éƒ¨ */

.mains {
    background-color: #f5f5f5;
}

.navbar-default {
    background-color: #f5f5f5;
    border: none;
    margin-bottom: 0;
}

.navbar-header h2 {
    margin: 0;
}

.navbar-header .logo {
    margin: 10px 0;
    height: 50px;
    float: left;
}

.navbar-nav {
    float: right;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
}

.navbar-default .navbar-nav .active {
    color: #fff;
    color: #97c328;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #97c328;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #97c328;
}

.nav > li > a {
    padding: 10px 15px;
}

/*é¡¶éƒ¨æ ç›®æŠ˜å å¯¼èˆªå›¾æ ‡*/

.navbar-default .navbar-toggle {
    margin: 18px 0;
    border-color: #97c328;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #97c328;
}

@media (max-width: 767px) {
    .navbar-nav {
        font-size: 14px;
        float: none;
    }
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #97c328;
}

/*404*/

.error {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.error img {
    text-align: center;
    margin: 0 auto;
}

.error_ms p {
    font-size: 16px;
    font-weight: bold;
    color: #97c328;
}

.error_ms a {
    margin: 0 10px;
    font-size: 16px;
    font-weight: bold;
}

/* é¦–é¡µ */

.banner {
    margin: 20px 0 30px;
}

.list .tit {
    font-weight: 700;
    font-size: 18px;
    color: #97c328;
    border-left: 8px #97c328 solid;
    padding-left: 10px;
    margin-bottom: 16px;
}

.list hr {
    border: 0.5px #97c328 solid;
}

.items {
    margin-bottom: 20px;
}

.items .one {
    margin-bottom: 15px;
}

.items .one a img {
    height: 210px;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .items .one a img {
        height: 176px;
    }
}

@media (max-width: 991px) {
    .items .one a img {
        height: 132px;
    }
}

@media (max-width: 767px) {
    .items .one a img {
        height: 350px;
    }
}

@media (max-width: 600px) {
    .items .one a img {
        height: 280px;
    }
}

@media (max-width: 500px) {
    .items .one a img {
        height: 230px;
    }
}

@media (max-width: 400px) {
    .items .one a img {
        height: 180px;
    }
}

.items .one a p {
    background-color: rgba(0, 0, 0, 0.6);
    height: 30px;
    margin-top: -30px;
    margin-bottom: 0;
    position: relative;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.items .one a:hover p,
.items .two a:hover h5 {
    color: #97c328;
}

.items .two {
    margin-left: 10px;
    margin-bottom: 10px;
}

.items .two a h5 {
    line-height: 24px;
    font-size: 15px;
    margin: 0;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.items .two span {
    color: #999;
    font-size: 12px;
}

.rights .biti {
    background-color: #97c328;
    height: 40px;
}

.rights .biti h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    margin: 0 0 0 20px;
}

.rights-main {
    border: 1px #97c328 solid;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
}

.rights-main .links {
    margin-bottom: 10px;
}

.rights-main .links a {
    padding: 4px 10px;
    word-break: keep-all;
    display: inline-block;
    margin: 0 6px 12px 0;
    border: 1px #97c328 solid;
    color: #97c328;
}

.rights-main .links a:hover {
    background-color: #97c328;
    box-shadow: 6px 8px 9px -5px #97c328;
    color: #fff;
}

/* åˆ—è¡¨ */

.crumbs {
    color: #999;
    margin: 15px 0;
}

.crumbs a {
    margin-right: 5px;
    color: #97c328;
}

.list_banner {
    position: relative;
}

.list_banner img {
    height: 96px;
    width: 100%;
}

.list_banner h1 {
    position: absolute;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    left: 30%;
    right: 30%;
    top: 0;
    height: 96px;
    line-height: 96px;
    margin: 0;
}

.lefts_main_one {
    list-style: inside;
    color: #999;
    line-height: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lefts_main_one span {
    float: right;
    color: #999;
    font-size: 12px;
    margin-left: 10px;
}

.page {
    text-align: center;
    margin: 20px auto;
}

.page li {
    display: inline-block;
    margin: 4px 0;
}

.page a {
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #97c328;
    display: block;
}

.page li.active a,
.page a:hover {
    background-color: #97c328;
    color: #fff;
}

/* è¯¦æƒ… */

.details .title h1 {
    font-weight: 700;
    font-size: 24px;
    color: #97c328;
    border-left: 8px #97c328 solid;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 10px;
}

.details .title span {
    color: #999;
    margin: 0 20px;
    line-height: 26px;
}

hr {
    border: 0.5px #97c328 solid;
}

.xq_main {
    overflow: hidden;
    position: relative;
    transform: scale(1);
}
.xq_main p {
    line-height: 30px;
    margin-bottom: 10px;
    text-indent: 28px;
    letter-spacing: 1px;
    word-break: break-all;
}

.rights-main .xgtj {
    padding-bottom: 10px;
}

.rights-main .xgtj li span {
    float: right;
    font-size: 12px;
    color: #999;
    line-height: 18px;
}

.rights-main .xgtj li {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stimulateStyle {
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

